|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

robo tim
Caldari
|
Posted - 2011.05.16 22:33:00 -
[1]
loving the mod. but i get stuck on registration.
its says "TESTAn error occured: Connection refused [F11]"
I checked ur readme file and u dont sat what F11 is and how to correct it.
i checked the config.php file everything is correct, web host IP is in the whitelist for ts. im just now stuck for ideas.
|

robo tim
Caldari
|
Posted - 2011.05.17 11:37:00 -
[2]
i had someone look at the code to see if we could change the code, so we could say what group each corp would go into. As long as they were in the alliance.
|

robo tim
Caldari
|
Posted - 2011.05.17 13:44:00 -
[3]
i think the only thing that was changed was part of the config file. im waiting on the guy to get back to me. i have restart the TS server after the IP was added to the whitelist.
the config file looks like this
class Config { // Administrators character public $admin = "robo tim"; // Teamspeak 3 Server Query Information (REQUIRED) public $tshost = "193.104.35.41"; public $tsname = "TSAuth"; public $tspass = "kFCReThi"; public $tsport = "11001"; //ServerQuery Port public $tscport = "9987"; //TeamSpeak client port // Database Information (REQUIRED) public $db_host = "localhost"; public $db_user = "********"; public $db_pass = "********"; public $db_name = "********"; // API Connection Testing Information (REQUIRED) - TESTID and TESTname MUST be the characterID and characterName of the SAME character respectively public $TESTID = 935338328; public $TESTname = "MJ Maverick"; // Your alliance name public $ourAlliance = "KRYSIS."; // Your alliance corps, and the Teamspeak 3 group for that corp. - Example: ("Corp1" => 123, "Corp2" => 124); will set Corp1 members to group 123, and Corp2 members to group 124. public $ourCorps = array("GLOBAL DISSENSION" => 19); // Alliance Allys. Similar to Alliance Corps, include the TS3 group for each alliance. - Example: ("Alliance1" => 125, "Alliance 2" => 126); public $allyList = array(); // Corporation Allys. Similar to Alliance Corps and Alliance Allies. - Example: ("Corporation1" => 127, "Corporation 2" => 128); public $corpList = array(); // Debug Mode? (true/false) public $verbose = true; // Banner Image public $banner = "images/banner.jpg"; // Optional ticker spacers. - Example: For "IRNP | MJ Maverick" use "|". public $spacer = " - "; }
|

robo tim
Caldari
|
Posted - 2011.05.17 17:25:00 -
[4]
I just replace my config with your config and added the details, and i get this
"An error occured: Connection refused [F10]"
I know the details are correct and the TS server has been restarted, and i know the IP is in the whitelist.
|
|
|
|